TranOutDlg
is the template for the Transfer utility dialog, transfer-out step, which
requires the entry of Registration ID from the new site, and generates a
License Key for the transfer.
IDC_REGIDTRAN, IDC_LICKEYTRAN
ImportButton
Reads the
Registration ID from a text file, and then sets it to IDC_REGIDTRAN.
OKButton
Processes
the transfer-out by getting the Registration ID from IDC_REGIDTRAN, and
then generates a License Key to IDC_LICKEYTRAN.
ExportButton
Gets the License
Key from IDC_LICKEYTRAN, and then saves it to a text file.
CancelButton
Cancels and closes
the dialog box.